﻿.index {
  position: relative;
  overflow: hidden;
}

.header_main {
  position: fixed;
  width: 100%;
  height: 85px;
  background: transparent;
  transition: all 0.9s ease-out 0s;
  z-index: 100;min-width: 1280px;
}

.header {
  background: url("../images/j12_01.jpg") no-repeat center center;
}

.header_main .webLogo {
  padding-top: 14px;
  margin-left: 2vw;
  float: left;
}

.header_main .webLogo img {
  display: block;
  width: 269px;
}

.header_main .nav_main {
  float: right;
  margin-right: 2vw;
}

.header_main .nav_main .item {
  padding: 0 34px;
  float: left;
  position: relative;
  height: 85px;
  line-height: 85px;
  z-index: 12;
}

.header_main .nav_main .item a {
  display: block;
  height: 82px;
  font-size: 18px;
  line-height: 82px;
  color: #fff; cursor: pointer;
}

.header_main .nav_main .item:hover .alink,
.header_main .nav_main .item.hover .alink {
  font-weight: bold;
}

.header_main .nav_main .item.hover .alink {
  border-bottom: 3px solid #fff;
}

.header_main.xc .nav_main .item.hover .alink {
  border-bottom: 3px solid #0065b4;
}

.header_main .nav li .subnav {
  position: absolute;
  left: 50%;
  top: 85px;
  background-color: #fff;
  width: 120px;
  margin-left: -60px;
  display: none;
  border-radius: 4px;
  overflow: hidden;
}

.header_main .nav li .subnav .subA {
  color: #333;
  line-height: 35px;
  height: 35px;
  overflow: hidden;
  display: block;
  margin: 0;
  font-size: 14px;
  line-height: 35px;
  height: 35px;
  overflow: hidden;
  display: block;
  font-size: 14px;
  border-bottom: 1px dotted #ddd;
  margin: 0;
  text-align: center;
}

.header_main .nav li .subnav .subA:hover {
  font-weight: bold;
  background: #3bb79b;
  color: #4872de;
  background: #ffbe8b;
  background: rgba(21, 21, 21, 0.8);
}

.header_main .nav .sub-box {
  width: 100%;
  position: absolute;
  left: 0;
  text-align: center;
  top: 85px;
  background: #fff;
  display: none;
  line-height: 35px
}

.header_main .nav .sub-box p a {
  color: #fff
}

.header_main .nav .sub-box p .icon {
  width: 6px;
  height: 10px;
  background-position: -96px 0;
  position: absolute;
  top: 19px;
  left: 15px
}

.header_main .nav .sub-box p a {
  border-bottom: 1px solid #ddd;
  color: #333 !important;
  line-height: 46px !important;
  height: 46px !important;
  padding: 0;
  font-weight: 100;
  text-align: center;
  overflow: hidden;
  vertical-align: top;
  font-size: 14px;
  display: block;
  background: none;
  transition: ease-in-out 0.2s;
}

.header_main .nav .sub-box p a:hover {
  background: #113488;
  text-indent: 6px;
  color: #fff !important;
}

.header_main .nav .li7 .sub-box {
  width: 140px;
  left: 50%;
  margin-left: -70px;
}

.header_main .quick {
  padding-top: 30px;
  float: right;
  margin-right: 2vw;
  margin-left: 2vw;
}

.header_main .quick .searcher {
  margin-top: -6px;
  float: left;
  width: 20px;
  margin-right: 30px;
}

.header_main .quick .search_btn {
  width: 20px;
  height: 20px;
  background: url("../images/searchico.png") no-repeat center center;
  float: left;
  display: block;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  cursor: pointer;
}

.header_main .quick .search_btn:hover {
  opacity: .8;
  filter: alpha(opacity=80);
}

.header_main .quick .search_main {
  position: absolute;
  z-index: 10;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
  width: 0;
  height: 80px;
  right: 50px;
  top: 90px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.2);
  *background: #000;
}

.header_main .quick .search_box {
  width: 280px;
  height: 40px;
  margin-top: 20px;
  margin-left: 40px;
  background: url(../images/search_main.png) no-repeat bottom center;
}

.header_main .quick .search_box input {
  background-color: none;
  border: none;
}

.header_main .quick .search_box .stxt {
  width: 240px;
  height: 40px;
  line-height: 40px;
  display: block;
  text-indent: 10px;
  color: #fff;
  background-color: transparent;
  outline: none;
}

.header_main .quick .search_box .sbtn {
  font-size: 0;
  width: 34px;
  height: 34px;
  display: block;
  cursor: pointer;
  border-radius: 100%;
  margin-top: 5px;
  outline: none;
  background: url("../images/searchico.png") no-repeat center center;
}

.header_main .quick .cte {
  position: relative;
  float: left;
  margin-right: 14px;
  cursor: pointer;
}

.header_main .quick .cte .cvalue {
  padding-right: 12px;
  font-family: arial;
  font-size: 20px;
  color: #fff;
  background: url("../images/cearr.png") no-repeat right center;
}

.header_main .quick .member {
  float: left;
  display: block;
  width: 20px;
  height: 20px;
  background: url("../images/member.png") no-repeat center center;
}

.header_main .quick .member:hover {
  opacity: .8;
  filter: alpha(opacity=80);
}

/*.header_main.xc{height:100px;border-bottom:1px solid #ddd;transition: all 0.9s ease-out 0s; position:fixed; left:0; top:0;background-color: rgba(255,255,255,1);}
.header_main.xc .nav_main .item{height:100px;line-height:100px;}
.header_main.xc .nav_main .item a{height:99px;line-height:100px;color:#333;}*/

.header_main .tel_right {
  padding-top: 38px;
  float: right;
  margin-right: 2vw;
}

.header_main .tel_right .webTel {
  padding-left: 32px;
  font-family: arial;
  font-size: 26px;
  color: #fff;
  background: url("../images/telIco.png") no-repeat left center;
}

.header_main.xc .cte .cvalue {
  color: #666;
  background: url("../images/cearr2.png") no-repeat right center;
}

.header_main.xc .member {
  background: url("../images/member2.png") no-repeat center center;
}

/*.header_main.xc .quick{padding-top:40px;}
.header_main.xc .quick .search_btn{background:url("../images/searchico2.png") no-repeat center center;}*/

.header_main.xc .tel_right .webTel {
  color: #0065b4;
  background: url("../images/telIco2.png") no-repeat left center;
}

.header_main .lag_sel_box {
  margin-top: -40px;
  position: relative;
  line-height: 100px;
}

.header_main .lag_box {
  display: none;
  position: absolute;
  top: 150px;
  left: 50%;
  margin-left: -40px;
  transform: translateX(-50%);
  background-color: #fff;
  color: #758190;
  font-size: 14px;
  line-height: 32px;
  padding: 10px 20px;
}

.header_main .lag_box::after {
  content: '';
  position: absolute;
  top: -5px;
  left: 30%;
  width: 10px;
  height: 10px;
  background-color: #fff;
  transform: rotate(45deg);
}

.header_main .lag_box .item {
  cursor: pointer;
  padding-right: 25px;
  width: 30px;
  border-bottom: 1px solid #758190;
}

.header_main .lag_box .item:last-child {
  border-bottom: none;
}

.header_main .lag_box .item::hover {
  color: #004bc6;
}

.header_box .lag_sel_box .lag_box li.on {
  color: #004bc6;
}

.header_main .lag_box.on {
  top: 100px;
  display: block;
}

.head3_logo{ width: 90%; padding:0 5%; background-color: #fff; height: 100px; position: relative; z-index: 16;}
.head3_logo .webLogo{ float: left;}
.head3_logo .webLogo .img{ display: block; height: 70px; padding-top: 15px;}
.head3_logo .serchbox{ float: right; width: 70%;display: flex; justify-content: space-between; align-items: center; height: 100%;}
.head3_logo .serchbox .clear{ float: left;width: 60%; padding-bottom: 8px; position: relative; border-bottom: 1px solid #ddd;}
.head3_logo .serchbox .clear i { flex-shrink: 0;  float: left; width: 18px; height:19px; background-position:0px -329px;}
.head3_logo .serchbox .clear .f_form_search { width: 97%; padding: 0 20px; font-size: 16px; color: #999;
 float: left;border: none; outline: none; background: transparent;padding: 0;}
.head3_logo .serchbox .clear .f_form_search .f_jut { position: relative; width: 100%; height: 100%;}
.head3_logo .serchbox .clear .f_form_search .f_jut .stxt{ position: relative; z-index: 2; border: none;outline: none; padding-left: 5%; width: 85%;}
.head3_logo .serchbox .clear .f_form_search .f_jut .sbtn{ width: 10%; border: none;outline: none; height: 100%; cursor: pointer; background-color: #fff;}
.head3_logo .serchbox .clox1{ float: right; width: 16px; height: 16px; display: block; background-position: 0px -361px;}

.head3 { position: fixed; top: 99px; top:0; left: 0; width: 100%; overflow: hidden; z-index: 200; display: none; background-color: #fff;height: 100%;min-width: 1280px;}
.head3 .bag { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1;}
.head3 .bag2 { position: absolute; top: 0; left: 0; width: 13.17%; height: 100%; background-color: #f5f9fa;}
.head3 .basecont { display: flex; height: 100%; position: relative; z-index: 11;width: 85.652%; max-width: 1430.016px;padding-left: 15px;
  padding-right: 15px; margin-left: auto; margin-right: auto;}
.head3 .basecont .lt { position: relative; background-color: #f5f9fa;width: 18.5%;padding-bottom: 8vh; padding-top: 40px;}
.head3 .basecont .item .jut { height: 100%;}
.head3 .basecont .item li { display: block; width: 100%; padding: 12px 20px; position: relative;}
.head3 .basecont .item li a {color: #333333; display: flex; justify-content: space-between;align-items: center;font-size: 16px; line-height: 1; width:86%;}
.head3 .basecont .item li a i { display: block; margin-right: 10px; width: 8px; height: 15px; background-position:0px -385px;}
.head3 .basecont .item .on::after { content: ""; display: block; width: 0; height: 0; border-bottom: 16px solid transparent;
 border-right: 16px solid transparent; border-left: 16px solid #04287e; position: absolute; top: 0; left: 0;}
.head3 .basecont .item .on { background-color: #edeeef; color: #fff;}
.head3 .basecont .cent .active {
  display: block;
}

.head3 .basecont .cent { background-color: #edeeef;width: 18.5%;padding-bottom: 8vh; padding-top: 40px;}
.head3 .basecont .cent .jut .on { background-color: #ffffff;}

.head3 .basecont .gt { width: 63%; padding-left: 40px;padding-bottom: 8vh; padding-top: 40px;}
.head3 .basecont .gt .jut { display: none; height: 100%; padding-right: 200px;}
.head3 .basecont .gt .jut .f_item { width: 100%; display: none;}
.head3 .basecont .gt .jut .on { display: block;}
.head3 .basecont .gt .active { display: block;}
.head3 .basecont .cent .jut { height: 100%; display: none;}
.head3 .basecont .cent .jut.active { display: block;}

.head3 .basecont .gt .jut .f_item .f_tit1 { display: flex; align-items: flex-end; padding-bottom: 20px; border-bottom: 1px solid #ddd;}
.head3 .basecont .gt .jut .f_item .f_tit1 .span { display: block; margin-right: 2em; line-height: 1;font-size: 24px;}
.head3 .basecont .gt .jut .f_item .f_tit1 .span:hover{ color: #4772de;}
.head3 .basecont .gt .jut .f_item .f_list { padding: 30px 0 0;}
.head3 .basecont .gt .jut .f_item .f_list .zhong { width: 100%;display: flex;flex-wrap: wrap;}
.head3 .basecont .gt .jut .f_item .f_list .zhong a {
  display: block; width: 33.333%;overflow: hidden; font-size: 14px; color: #666666; line-height: 26px;
  margin-bottom: 2px;}
  .head3 .basecont .gt .jut .f_item .f_list .zhong a:hover{color: #4772de;}
  
  
  @media (max-width: 1660px) {
   .head3_logo .serchbox .clear .f_form_search {  width: 94%;}
   .w1400{ width: 100%;
  max-width: 1200px;
  margin: 0 auto;}
  }
  @media (max-width: 1366px) {
  .head3_logo .serchbox {width: 65%;}
  }
  
.modal {
  display: none;
  /* 默认隐藏 */
  position: fixed;
  /* 根据浏览器定位 */
  z-index: 666;
  /* 放在顶部 */
  left: 0;
  top: 0;
  width: 100%;
  /* 全宽 */
  height: 100%;
  /* 全高 */
  overflow: auto;
  /* 允许滚动 */
  background-color: rgba(0, 0, 0, 0.4);
  /* 背景色 */
}

/*模态框内容*/
.modal-content {
  display: flex;
  /*采用flexbox布局*/
  flex-direction: column;
  /*垂直排列*/
  position: relative;
  background-color: #fefefe;
  margin: 15% auto;
  /*距顶部15% 水平居中*/
  padding: 20px;
  padding-top: 20px;
  border: 1px solid #888;
  width: 612px;
  animation: topDown 0.4s;
  /*自定义动画，从模态框内容上到下出现*/
}

@keyframes topDown {
  from {
    top: -300px;
    opacity: 0
  }

  to {
    top: 0;
    opacity: 1
  }
}

/*模态框头部*/
.modal-header {
  display: block;
  /*采用flexbox布局*/
  flex-direction: row;
  /*水平布局*/
  align-items: center;
  /*内容垂直居中*/
  justify-content: space-between;
  text-align: right;
}

/*关闭X 样式*/
.close {
  float: right;
  color: #aaa;
  font-size: 28px;
  font-weight: bold;
  transition: all ease 0.36s;
  display: block;
  width: 32px;
  height: 32px;
  background: url("../images/closeModal.png") no-repeat center center;
}

.close:hover {
  color: black;
  text-decoration: none;
  cursor: pointer;
  transform: rotate(360deg);
  transition: all ease 0.36s;
}

.modal-body {
  padding-top: 20px;
  padding-bottom: 30px;
  margin-top: 10px;
}

.modal-body .stxt {
  float: left;
  width: 500px;
  height: 48px;
  border: #CCC solid 1px;
  padding-left: 30px;
}

.modal-body .sbtn {
  width: 80px;
  height: 50px;
  background: url("../images/search_btn.png") no-repeat center center #477de2;
  border: none;
  cursor: pointer;
}

/*banner*/
#banner_main {
  position: relative;
  z-index: 3;
}

.banner {
  position: relative;
  width: 100%;
  min-width: 1000px;
  padding: 0 0 45.28%;
  overflow: hidden;
}

.banner .list {
  width: 100%;
  display: inline-block;
}

.banner .list li {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  overflow: hidden;
  background: #fff;
}

.banner .list li a {
  width: 100%;
  display: block;
  height: 100%;
}

.banner img {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  left: 0;
  top: 0;
}

.banner .slide_btn {
  position: absolute;
  bottom: 46px;
  right: 5.2%;
  height: 24px;
  z-index: 120;
}

.banner .prev,
.banner .next {
  float: left;
  display: block;
  width: 13px;
  height: 23px;
  background: url("../images/prev.png") no-repeat center center;
  z-index: 12;
  top: 50%;
  margin-top: -2px;
  cursor: pointer;
  transition: ease-in-out 0.2s;
}

.banner .next {
  background: url("../images/next.png") no-repeat center center;
}

.banner .next:hover {
  right: 7.5%;
  opacity: 1;
  filter: alpha(opacity=100);
  background: url("../images/next_h.png") no-repeat center center;
}

.banner .prev:hover {
  left: 7.5%;
  opacity: 1;
  filter: alpha(opacity=100);
  background: url("../images/prev_h.png") no-repeat center center;
}

.banner .sline {
  margin: 0 40px;
  float: left;
  display: block;
  width: 1px;
  height: 22px;
  background: url("../images/pnLine.png") no-repeat center center;
}

.banner .tip {
  position: absolute;
  width: 100%;
  left: 5.2%;
  bottom: 40px;
  height: 34px;
  z-index: 30;
}

.banner .tip li {
  margin: 0 5px;
  width: 34px;
  height: 34px;
  line-height: 10px;
  text-align: center;
  cursor: pointer;
  font-size: 0;
  font-weight: bold;
  overflow: hidden;
  display: inline-block;
  background: url("../images//tip.png") no-repeat center center;
  *display: inline;
  *zoom: 1;
  transition: ease-in-out 0.2s;
}

.banner .tip li.cur {
  background: url("../images/tip_on.png") no-repeat center center;
}

.banner .pbg1 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 885px;
  height: 225px;
  background: url("../images/banner_bg1.png") no-repeat center center;
  z-index: 4;
  background-size: cover;
}

.banner .pbg2 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 1614px;
  height: 330px;
  background: url("../images/banner_bg2.png") no-repeat center center;
  z-index: 3;
  background-size: cover;
}

.banner .v-txt {
  position: absolute;
  width: 100%;
  top: 44%;
  text-align: center;
  z-index: 14;
}

.banner .v-txt h3 {
  height: 90px;
  font-size: 54px;
  line-height: 90px;
  margin-bottom: 12px;
  color: #fff;
  letter-spacing: 8px;
}

.banner .v-txt h3 .uimg1 {
  display: block;
  width: 596px;
  height: 61px;
  margin: 0 auto;
}

.banner .v-txt h3 .uimg2 {
  display: block;
  width: 283px;
  height: 30px;
  margin: 0 auto;
  margin-top: 30px;
}

.banner .video-container {
  background-color: #fff;
  z-index: 1;
}

.banner .video-container #video {
  display: block;
  min-width: 100%;
  min-height: 106%;
  position: absolute;
  top: 0%;
  left: 0%;
  z-index: 12;
  /*transform:scale(1.25)*/
  transform: scale(1.1)
}

.banner .opacity {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  /* max-width: 130%; */
  height: 100%;
  background: url("../images/tq_02.png") no-repeat center center;
  z-index: 13;
}

.banner .online {
  position: absolute;
  bottom: 30%;
  left: 50%;
  margin-left: -70px;
  display: block;
  width: 140px;
  height: 40px;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  border: 1px solid #fff;
  z-index: 16;
  transition: all ease 0.36s;
  border-radius: 5px;
}

.banner .online:hover {
  text-indent: 6px;
  color: #fff;
  border-color: #0065b4;
  background: #0065b4;
  transition: all ease 0.36s;
  box-shadow: 0 6px 12px rgba(71, 114, 222, 0.17);
  transition: all ease 0.36s;
}

.ui-linebar {
  height: 75px;
  background-color: #466ec1;
  opacity: 1;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 1px;
  margin-left: -.5px;
  z-index: 10;
  display: none;
}

.ui-linebar .ink {
  -webkit-animation: k-ink 2s linear -.5s infinite;
  animation: k-ink 2s linear -.5s infinite;
  background-color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}

@-webkit-keyframes k-ink {

  0%,
  25% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0)
  }

  to {
    -webkit-transform: scaleY(1);
    transform: scaleY(1)
  }
}

@keyframes k-ink {

  0%,
  25% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0)
  }

  to {
    -webkit-transform: scaleY(1);
    transform: scaleY(1)
  }
}

/* footer */
.footerM {
  height: 480px;
  background: #04287e;
  overflow: hidden; position: relative; z-index: 30;
}

.footerM .f_left {
  position: relative;
  float: left;
  width: 21.4%;
  height: 430px;
}

.footerM .f_left .left_box {
  padding-top: 70px;
}

.footerM .f_left .btlogo {
  display: block;
  background-color: #fff;
  padding: 20px 0;
}

.footerM .f_left .btlogo .img1 {
  display: block;
  width: 200px;
  height: 116px;
  margin: 0 auto;
}

.footerM .f_left .btlogo .img2 {
  display: block;
  width: 180px;
  height: 21px;
  margin: 0 auto;
  margin-top: 18px;
}

.footerM .f_left .tel_box {
  padding-top: 80px;
}

.footerM .f_left .tel_box .zx {
  display: block;
  width: 198px;
  height: 18px;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  margin: 0 auto;
  color: #fff;
  background: url("../images/btline.png") no-repeat center center;
}

.footerM .f_left .tel_box .webTel {
  margin-top: 20px;
  font-family: arial;
  font-size: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
}

.footerM .f_right {
  width: 100%;
  position: relative;
  height: 480px;
}

.footerM .footer_1 {
  padding-top: 64px;
}

.footerM .footer_1 .bnav {
  float: left;
  width: 72%;
}

.footerM .footer_1 .qrcode {
  float: right;
  display: block;
}

.footerM .f_right .list li {
  float: left;
  width: 128px;
  margin-right: 7%;
  display: block;
  list-style: none;
  line-height: 32px;
  text-align: left;
  overflow: hidden;
}

.footerM .f_right .list .li1 {
  padding-left: 0;
}

.footerM .f_right .list li dt {
  height: 46px;
  border-bottom: #1e3e8b solid 1px;
}

.footerM .f_right .list li dt a {
  display: block;
  font-size: 18px;
  line-height: 18px;
  color: #fff;
}

.footerM .f_right .list dd {
  padding-top: 10px;
}

.footerM .f_right .list dd a {
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 40px;
  color: #cacaca;
}

.footerM .f_right .list li a:hover {
  color: #fff;
}

.footerM .f_right .list .drop a:hover {
  color: #fff;
}

.footerM .f_right .qimg {
  float: right;
  display: block;
  width: 280px;
}

.footerM .f_right .qimg .btlogo {
  display: inline-block;
  width: 100%;
}

.footerM .f_right .qimg .btlogo img {
  float: right;
}

.footerM .f_right .qimg p {
  float: left;
  width: 45%;
  margin-left: 5%;
  text-align: center;
  padding-top: 10px;
}

.footerM .f_right .qimg .img1 {
  display: block;
  width: 126px;
  float: right;
  border-radius: 8px;
}

.footerM .f_right .qrcode .tit {
  display: block;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  color: #fff;
}

.footerM .footer_2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70px;
  border-top: 1px solid #365398;
}

.footerM .copyright {
  font-size: 12px;
  color: #cacaca;
}

.footerM .copyright .copy {
  float: left;
  height: 70px;
  line-height: 70px;
  color: #cacaca;
}

.footerM .copyright a {
  color: #cacaca;
}

.footerM .copyright em {
  margin: 0 5px;
}

.footerM .copyright .jszc {
  float: right;
  height: 70px;
  line-height: 70px;
}

.footerM .copyright .jszc span {
  height: 70px;
}

.footerM .copyright a:hover {
  color: #fff;
}

/* index css */
.index .index_title {
  padding-top: 90px;
}

.index .index_title .tit {
  float: left;
  display: block;
  width: 170px;
  font-size: 40px;
  line-height: 44px;
  color: #333;
  /*background:url("../images/ctitline.png") no-repeat 30px bottom;*/
}

.index .index_title .subtit {
  float: left;
  display: block;
  padding-top: 24px;
  margin-left: 20px;
  font-size: 18px;
  line-height: 20px;
  color: #999;
}

.index .tit_left {
  float: left;
}

.index .menu_right {
  float: right;
}

.index .menu_right a {
  position: relative;
  display: block;
  width: 132px;
  height: 40px;
  font-size: 16px;
  line-height: 40px;
  color: #333;
  background: #f3f3f3;
  text-align: center;
  transition: all ease 0.36s;
  border-left: #113488 solid 8px;
}

.index .menu_right a span {
  position: relative;
  z-index: 12;
  transition: all ease 0.36s;
}

.index .menu_right a:before,
.index .menu_right a:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: #113488;
  z-index: 2;
  transition: .8s;
}

.index .menu_right a:before {
  transition: .8s;
  background: #113488;
  z-index: -1;
}

.index .menu_right a:hover:after,
.index .menu_right a:hover:before {
  width: 100%;
}

.index .menu_right a:hover span {
  color: #fff;
}



.headv {
  position: fixed;
  left: 1%;
  top: 30%;
  z-index: 2;
}

.headv div {
  margin: 10px 0;
  display: block;
  padding: 5px;
  background-color: #CCC;
  border-radius: 30px;
}

.headv .headv-check {
  color: #fff;
  background-color: #1d46a9;
}

/* 解决方案 */
.index .floor_1_main {
  position: relative;
  background: #fff;
  padding-bottom: 80px;
}

.index .floor_1 {
  padding-top: 0;
}

.index .f1bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 220px;
  height: 220px;
}

.index .floor_1 .solution {
  margin-top: 40px;
}

.index .solist li {
  position: relative;
  float: left;
  width: 9%;
  height: 600px;
  margin-left: 0.5%;
  transition: all ease 0.36s;
}

.index .solist li .box1 {
  position: relative;
  height: 600px;
  background: url("../images/f1libg.jpg");
}

.index .solist li .box1 .sico {
  padding-top: 88px;
}

.index .solist li .box1 .sico img {
  position: absolute;
  top: 88px;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  margin: 0 auto;
}

.index .solist li .box1 .stit {
  padding-top: 106px;
  font-size: 24px;
  line-height: 24px;
  color: #fff;
  text-align: center;
}

.index .solist li .box1 .simg {
  position: absolute;
  bottom: 40px;
  left: 50%;
  margin-left: -20px;
  display: block;
  width: 40px;
  height: 40px;
  background-position: 0 0;
}

.index .solist li:first-child {
  margin-left: 0;
}

.index .solist li.on {
  width: calc(73% - 5%*8);
  transition: all ease 0.36s;
}

.index .solist li.on .box1 {
  opacity: 0;
  filter: alpha(opacity=0);
}

.index .solist li .img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.index .solist li .img img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  height: 100%;
  width: 100%;
}

.index .solist li .txt {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.index .solist li .box2 .txt {
  padding-top: 80px;
  padding-left: 50px;
  height: calc(100% - 80px);
}

.index .solist li .box2 .tit {
  font-size: 30px;
  line-height: 30px;
  color: #fff;
}

.index .solist li .box2 .desc {
  margin-top: 30px;
  width: 250px;
  font-size: 16px;
  line-height: 30px;
  color: #fff;
}

.index .solist li .box2 .detail {
  position: absolute;
  bottom: 50px;
  left: 50px;
  display: block;
  width: 140px;
  height: 40px;
  font-size: 14px;
  line-height: 40px;
  text-indent: 24px;
  color: #fff;
  background: url("../images/f1arr.png") 95px center no-repeat #0065b4;
}

.index .solist li .box2 .detail span {
  position: relative;
  z-index: 12;
}

.index .solist li .box2 .detail:before,
.index .solist li .box2 .detail:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: url("../images/f1arr.png") 95px center no-repeat #2a9c3e;
  z-index: 2;
  transition: .8s;
}

.index .solist li .box2 .detail:before {
  transition: .8s;
  background: url("../images/f1arr.png") 95px center no-repeat #2a9c3e;
  z-index: -1;
}

.index .solist li .box2 .detail:hover:after,
.index .solist li .box2 .detail:hover:before {
  width: 100%;
}

.index .solist .online {
  position: absolute;
  bottom: 50px;
  left: 200px;
  display: block;
  width: 140px;
  height: 40px;
  font-size: 14px;
  line-height: 40px;
  text-indent: 24px;
  color: #fff;
  background: url("../images/f1arr.png") 95px center no-repeat #477de2;
  z-index: 16;
  transition: all ease 0.36s;
}

.index .solist .online:hover {
  text-indent: 28px;
  color: #fff;
  background: url("../images/f1arr.png") 98px center no-repeat #0065b4;
  transition: all ease 0.36s;
  box-shadow: 0 6px 12px rgba(71, 114, 222, 0.17);
  transition: all ease 0.36s;
}


/* 产品中心 */
.index .floor_2_main {
  background: url(../images/j5_02.jpg) center center no-repeat;
  width: 100%;
  height: 950px;
}

.tit_left2 {
  padding-top: 12%;
  text-align: center;
}

.tit_left2 .tit {
  font-size: 36px;
  color: #333;
  line-height: 36px;
}

.tit_left2 .subtit {
  display: block;
  font-size: 16px;
  color: #1d46a9;
  line-height: 26px;
  padding-top: 14px;
}

.tit_left2 .subtit span {
  display: inline-block;
  color: #1d46a9;
  padding: 0 22px;
}

.floor_2_1 {
  padding-top: 62px;
  width: 100%;
}

.floor_2_1 ul {
  display: inline-block;
  width: 105%;
  text-align: center;
}

.floor_2_1 ul li {
  display: inline-block;
  width: 30.3%;
  background-color: #fff;
  margin-right: 2%;
  box-shadow: 0 2px 8px rgba(225, 229, 232, 0.8);
  height: 168px;
  margin-top: 18px;
  position: relative;
}

.floor_2_1 ul li .img1 {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all ease 0.36s;
}

.floor_2_1 ul li:hover .img1 {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}

.floor_2_1 ul li dl {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.floor_2_1 ul li dt {
  float: left;
  width: 72px;
  height: 72px;
  margin-left: 5.2%;
  margin-top: 36px;
}

.floor_2_1 ul li dt .img2 {
  display: block;
  width: 72px;
  height: 72px;
}

.floor_2_1 ul li dt .img3 {
  display: none;
  width: 72px;
  height: 72px;
}

.floor_2_1 ul li dd {
  float: right;
  width: 68%;
  margin-right: 5.2%;
  padding-top: 30px;
}

.floor_2_1 ul li dd h3 {
  display: inline-block;
  width: 100%;
  height: 40px;
  border-bottom: #e8e8e8 solid 1px;
  text-align: left;
}

.floor_2_1 ul li dd h3 span {
  font-size: 20px;
  color: #333;
  line-height: 20px;
  display: block;
  float: left;
}

.floor_2_1 ul li dd h3 i {
  display: block;
  float: left;
  width: 8px;
  height: 7px;
  background-position: 0px -129px;
  margin-top: 7px;
  margin-left: 12px;
  transition: all ease 0.36s;
}

.floor_2_1 ul li dd p {
  display: inline-block;
  width: 100%;
  padding-top: 8px;
  text-align: left;
}

.floor_2_1 ul li dd p span {
  display: block;
  font-size: 14px;
  color: #333;
  line-height: 30px;
  width: 50%;
  float: left;
}


.floor_2_1 ul li:hover {
  box-shadow: 0 4px 15px rgba(180, 180, 180, 0.8);
  transform: translateY(-3px);
  transition: all ease 0.36s;
}

.floor_2_1 ul li:hover dt .img2 {
  display: none;
}

.floor_2_1 ul li:hover dt .img3 {
  display: block;
}

.floor_2_1 ul li:hover h3 {
  border-bottom: #4a76ba solid 1px;
}

.floor_2_1 ul li:hover dd h3 span {
  color: #fff;
}

.floor_2_1 ul li:hover dd h3 i {
  background-position: -14px -129px;
}

.floor_2_1 ul li:hover dd p span {
  color: #f4f4f4;
}

.zav {
  text-align: center;
  padding-top: 66px;
}

.cha {
  border: #5e7590 solid 1px;
  padding: 12px 46px;
  margin: 0 auto;
  display: inline-block;
}

.cha span {
  display: block;
  float: left;
  font-size: 16px;
  color: #04287e;
  line-height: 16px;
}

.cha i {
  display: block;
  float: left;
  width: 8px;
  height: 9px;
  background-position: 0px -143px;
  margin-left: 6px;
  margin-top: 5px;
}

.cha:hover {
  border: #04287e solid 1px;
  background-color: #04287e;
}

.cha:hover span {
  color: #fff;
}

.cha:hover i {
  background-position: -12px -143px;
}

@media (max-width: 1366px) {
  .floor_2_1 ul li dd p span {
    font-size: 12px;
  }

}




/* 势 */
.index .floor_3_main {
  height: 788px;
  background: #f6f6f6;
}

.index .index_title2 {
  padding-top: 100px;
}

.index .index_title2 .tit {
  display: block;
  width: 170px;
  margin: 0 auto;
  font-size: 40px;
  line-height: 44px;
  color: #333;
  background: url("../images/ctitline.png") no-repeat 30px bottom;
}

.jiejd {
  padding-top: 8px;
  font-size: 18px;
  line-height: 20px;
}

.index .advant {
  margin-top: 60px;
  position: relative;
  height: 489px;
}

.index .advant .hd {
  float: left;
  width: 7.2%;
  height: 489px;
  background: #e5e5e5;
  z-index: 12;
}

.index .advant .bd {
  position: relative;
  float: left;
  width: 92.8%;
  height: 489px;
  overflow: hidden;
  background: #fff;
  z-index: 1;
}

.index .advant .bd li {
  display: block;
  width: 100%;
  height: 100%;
}

.index .advant .bd li a {
  display: block;
}

.index .advant .bd li .img {
  float: left;
  display: block;
  width: 50%;
  height: 100%;
  overflow: hidden;
}

.index .advant .bd li img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all ease 0.36s;
}

.index .advant .bd li .txt {
  position: relative;
  float: left;
  width: 50%;
  height: 489px;
  transition: all ease 0.36s;
}

.index .advant .bd li .txt .tit {
  padding-top: 15%;
  margin-left: 15%;
  font-size: 34px;
  color: #333;
}

.index .advant .bd li .txt .desc {
  margin-top: 7.5%;
  margin-left: 15%;
  width: 68%;
  font-size: 18px;
  line-height: 30px;
  color: #666;
}

.index .advant .bd li .txt .arrow {
  position: absolute;
  bottom: 15%;
  left: 15%;
  display: block;
  width: 45px;
  height: 45px;
  background-position: 0 -50px;
}

.index .advant .bd .number {
  position: absolute;
}

.index .advant .bd li:hover img {
  transform: scale(1.05);
  transition: all ease 0.36s;
}

.index .advant .bd li:hover .txt {
  transform: translateY(-6px);
  transition: all ease 0.36s;
}

.index .advant .bd li:hover .tit {
  color: #477de2;
}

.index .advant .hd .list {
  height: 100%;
}

.index .advant .hd li {
  height: 20%;
  background: #e5e5e5;
  cursor: pointer;
}

.index .advant .hd li .aimg {
  float: left;
  position: relative;
  width: 100%;
  height: 100%;
  transition: all ease 0.36s;
}

.index .advant .hd li .aico {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: url("../images/aico.png") no-repeat;
  display: inline-block;
  vertical-align: middle;
}

.index .advant .hd li.ait1 .aico {
  width: 42px;
  height: 42px;
  background-position: 0 0;
}

.index .advant .hd li.ait2 .aico {
  width: 46px;
  height: 38px;
  background-position: -60px 0;
}

.index .advant .hd li.ait3 .aico {
  width: 45px;
  height: 41px;
  background-position: -120px 0;
}

.index .advant .hd li.ait4 .aico {
  width: 43px;
  height: 41px;
  background-position: -180px 0;
}

.index .advant .hd li.ait5 .aico {
  width: 38px;
  height: 40px;
  background-position: -240px 0;
}

.index .advant .hd li.ait1.on .aico,
.index .advant .hd li.ait1:hover .aico {
  background-position: 0 -60px;
}

.index .advant .hd li.ait2.on .aico,
.index .advant .hd li.ait2:hover .aico {
  background-position: -60px -60px;
}

.index .advant .hd li.ait3.on .aico,
.index .advant .hd li.ait3:hover .aico {
  background-position: -120px -60px;
}

.index .advant .hd li.ait4.on .aico,
.index .advant .hd li.ait4:hover .aico {
  background-position: -180px -60px;
}

.index .advant .hd li.ait5.on .aico,
.index .advant .hd li.ait5:hover .aico {
  background-position: -240px -60px;
}

.index .advant .hd li .txt {
  display: none;
  opacity: 0;
}

.index .advant .hd li.on .aimg {
  width: 50%;
}

.index .advant .hd li.on .txt .tit {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  font-size: 18px;
  line-height: 100%;
  text-align: left;
  color: #fff;
}

.index .advant .hd li.on .txt {
  display: table;
  position: absolute;
  right: 0;
  width: 50%;
  height: 100%;
  opacity: 1;
}

.index .advant .hd li.on,
.index .advant .hd li:hover {
  position: relative;
  width: 200%;
  background: #4772de;
  transition: all ease 0.36s;
  z-index: 12;
}

.index .advant .number {
  position: absolute;
  right: 4.5%;
  bottom: 15%;
  z-index: 12;
}

.index .advant .number .num1 {
  font-family: arial;
  font-size: 70px;
  line-height: 50px;
  color: #2a9c3e;
}

.index .advant .number .num2 {
  margin-left: 16px;
  font-family: arial;
  font-size: 30px;
  color: #999;
}

/* 客户案例 */
.index .floor_4_main {
  height: 950px;
  background: url("../images/j1_02.jpg") no-repeat center center;
  width: 100%;
}

.floor_4 {
  position: relative;
}

.index_title1 {
  width: 20%;
  float: left;
  padding-top: 18%;
}

.index_title1 .subtit {
  font-size: 40px;
  color: #333;
  line-height: 40px;
  font-family: "Arial";
  text-transform: uppercase;
  font-weight: bold;
}

.index_title1 .tit {
  font-size: 30px;
  color: #333;
  line-height: 80px;
}

.index .index_title1 .menu_right a {
  border: #c5c5c5 solid 1px;
}

.index .index_title1 .menu_right {
  float: left;
  height: 34px;
  line-height: 34px;
  margin-top: 30px;
}

.floor_4_1 {
  float: right;
  width: 75%;
  position: relative;
}

.floor_4_1 .bd {
  width: 100%;
  padding-top: 16%;
}

.floor_4_1 .bd ul {
  display: inline-block;
}

.floor_4_1 .bd ul li {
  width: 330px;
  height: 622px; float: left;
  margin-right: 30px;
}

.floor_4_1 .bd ul li a {
  display: block;
  width: 100%;
  height: 536px;
  background-color: #fff;
  transition: all ease 0.36s;
  position: relative;
}

.floor_4_1 .bd ul li b {
  display: block;
  width: 100%;
  height: 86px;
  background: url("../images/j4_03.png") no-repeat center center;
}

.floor_4_1 .bd ul li .t_top {
  display: inline-block;
  width: 100%;
  padding-top: 8.6%;
}

.floor_4_1 .bd ul li .t_top .tit {
  display: inline-block;
  padding-left: 13.3%;
}

.floor_4_1 .bd ul li .t_top .tit span {
  display: block;
  float: left;
  font-size: 34px;
  color: #0b0c1a;
  line-height: 34px;
}

.floor_4_1 .bd ul li .t_top .tit i {
  display: block;
  width: 30px;
  height: 30px;
  background-position: -185px -168px;
  float: left;
  margin-left: 8px;
  margin-top: 4px;
  transition: all ease 0.36s;
}

.floor_4_1 .bd ul li:hover .t_top .tit i {
  background-position: -225px -168px;
}

.floor_4_1 .bd ul li:hover a {
  transform: translateY(-5px);
}

.floor_4_1 .bd ul li .t_top .desc {
  height: 56px;
  padding: 0 13.3%;
  font-size: 14px;
  color: #999;
  line-height: 24px;
  margin-top: 20px;
}

.floor_4_1 .bd ul li .img {
  margin-top: 50px;
}

.floor_4_1 .bd ul li .img img {
  display: block;
  width: 100%;
}

.floor_4_1 .bd ul li .txtBox {
  position: absolute;
  right: 7%;
  bottom: 10%;
}

.floor_4_1 .bd ul li .txtBox i {
  display: block;
  width: 1px;
  height: 134px;
  background-color: #ddd;
  margin-left: 14px;
}

.floor_4_1 .bd ul li .txtBox p {
  font-size: 30px;
  color: #999;
  line-height: 30px;
  font-family: "Arial";
  margin-top: 20px;
}

.floor_4_1 .hd {
  position: absolute;
  left: -340px;
  top: 80%;
}

.floor_4_1 .prev {
  display: block;
  width: 68px;
  height: 68px;
  background-position: 0px -161px;
  float: left;
  margin-right: 20px;
  transition: all ease 0.36s;
  cursor: pointer;
}

.floor_4_1 .next {
  display: block;
  width: 68px;
  height: 68px;
  background-position: -88px -161px;
  float: left;
  transition: all ease 0.36s;
  cursor: pointer;
}

.floor_4_1 .prev:hover {
  background-position: 0px -240px;
}

.floor_4_1 .next:hover {
  background-position: -88px -240px;
}

@media (max-width: 1366px) {
  .floor_4_1 .bd ul li {
    width: 280px;
    height: 552px;
    margin-right: 30px;
  }

  .floor_4_1 .bd ul li a {
    height: 466px;
  }

  .floor_4_1 .bd ul li .img {
    margin-top: 30px;
  }

  .floor_4_1 .bd ul li .t_top .tit span {
    font-size: 28px;
  }

  .index .floor_4_main {
    height: 860px;
    background-size: 100% 100%;
  }

  .floor_4_1 .hd {
    position: absolute;
    left: -300px;
    top: 80%;
  }
}
















/* 合作流程 */
.index .floor_5_main {
  padding-bottom: 120px;
  background: #fff;
}

.index .floor_5 .index_title {
  padding-top: 100px;
}

.index .coop_process {
  margin-top: 50px;
  height: 220px;
  background: url("../images/f5arrbg.png") no-repeat right center;
}

.index .coop_process ul {
  position: relative;
  width: 100%;
  height: 220px;
}

.index .coop_process li {
  margin-right: 3%;
  margin-bottom: 2%;
  position: relative;
  float: left;
  display: block;
  width: 13.572%;
  height: 43.187%;
  background: #f5f5f5;
  border-radius: 3px;
  transition: all ease 0.36s;
}

.index .coop_process li .pimg {
  float: left;
  position: relative;
  display: block;
  width: 47.36%;
  height: 100%;
}

.index .coop_process li .pico {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: url("../images/pico.png") no-repeat;
  display: inline-block;
  vertical-align: middle;
}

.index .coop_process li.mt1 .pico {
  width: 43px;
  height: 40px;
  background-position: 0 0;
}

.index .coop_process li.mt2 .pico {
  width: 47px;
  height: 40px;
  background-position: -60px 0;
}

.index .coop_process li.mt3 .pico {
  width: 34px;
  height: 39px;
  background-position: -120px 0;
}

.index .coop_process li.mt4 .pico {
  width: 41px;
  height: 38px;
  background-position: -180px 0;
}

.index .coop_process li.mt5 .pico {
  width: 40px;
  height: 42px;
  background-position: -240px 0;
}

.index .coop_process li.mt6 .pico {
  width: 45px;
  height: 38px;
  background-position: -300px 0;
}

.index .coop_process li.mt7 .pico {
  width: 39px;
  height: 39px;
  background-position: 0 -60px;
}

.index .coop_process li.mt8 .pico {
  width: 44px;
  height: 38px;
  background-position: -60px -60px;
}

.index .coop_process li.mt9 .pico {
  width: 47px;
  height: 43px;
  background-position: -120px -60px;
}

.index .coop_process li.mt10 .pico {
  width: 40px;
  height: 40px;
  background-position: -180px -60px;
}

.index .coop_process li.mt11 .pico {
  width: 34px;
  height: 42px;
  background-position: -240px -60px;
}

.index .coop_process li.mt12 .pico {
  width: 41px;
  height: 42px;
  background-position: -300px -60px;
}

.index .coop_process li .txt {
  float: left;
  display: table;
  width: 52.64%;
  height: 100%;
}

.index .coop_process li .txt .tit {
  display: table-cell;
  vertical-align: middle;
  font-size: 18px;
  color: #333;
}

.index .coop_process li:hover {
  transform: translateY(-5px);
  transition: all ease 0.36s;
}

.index .coop_process li:hover .tit {
  font-weight: bold;
  color: #4772de;
}

/* 关于我们 */
.index .floor_6_main {
  position: relative;
  width: 100%;
  height: 950px;
  background: url("../images/j8_02.jpg") no-repeat top center;
}

.index .floor_6_main {
  position: relative;
  width: 100%;
  height: 950px;
  background: url("../images/j8_02.jpg") no-repeat top center;
}

.floor_6 .x_l {
  width: 1200px;
  height: 392px;
  position: absolute;
  left: 50%;
  margin-left: -600px;
  top: 260px;
  z-index: 2;
}

.floor_6 .x_c {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-color: rgba(16, 25, 46, 0.7)
}

.x_l .zx_t {
  width: 1130px;
  margin: 0 auto;
}

.x_l .zx_t h3 {
  font-size: 36px;
  color: #fff;
  line-height: 36px;
  float: left;
  background: url(../images/j10_03.png) left center no-repeat;
  padding-left: 56px;
  padding-right: 130px;
  font-weight: 100;
  margin-top: 8px;
}

.x_l .zx_t dl {
  float: left;
  width: 250px;
}

.x_l .zx_t dl dt {
  font-size: 36px;
  color: #fff;
  line-height: 65px;
  font-weight: 400;
}

.x_l .zx_t dl dt span {
  display: inline-block;
  font-size: 75px;
  color: #fff;
  line-height: 75px;
  font-family: "Arial";
  font-weight: 600;
  padding-right: 6px;
}

.x_l .zx_t dl dd {
  font-size: 16px;
  color: #c3c3c3;
  line-height: 18px;
  font-weight: 100;
  padding-top: 4px;
}

.x_l p {
  clear: left;
  width: 600px;
  margin: 0 auto;
  text-align: left;
  padding-top: 60px;
  font-size: 16px;
  color: #fff;
  line-height: 36px;
}

.x_l a {
  display: block;
  float: left;
  width: 200px;
  height: 40px;
  border: #fff solid 1px;
  margin: 0 auto;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 16px;
  transition: all 0.6s ease 0s;
  margin: 0 10px;
  margin-top: 60px;
}

.x_l a:hover {
  background-color: #04287e;
  color: #fff;
  width: 210px;
  border: #04287e solid 1px;
}

.zx_lm {
  text-align: center;
}

.zad {
  width: 600px;
  margin: 0 auto;
}

/* 新闻动态 */
.index .floor_7_main {
  background: #fff;
  padding-bottom: 140px;
  padding-top: 90px;
}

.index .floor_7 .index_title {
  padding-top: 70px;
}

.index .newslist1 {
  margin-top: 30px;
}

.newslist1 ul {
  display: inline-block;
  width: 100%;
}

.newslist1 ul li {
  width: 45%;
  float: left;
  padding: 2.5% 0;
margin-bottom: 20px;
  margin-right: 5%;
  transition: all ease 0.36s;
}

.newslist1 ul li.li2,
.newslist1 ul li.li4 {
  margin-left: 5%;
  margin-right: 0;
}

.newslist1 ul li b {
  display: block;
  width: 300px;
  height: 168px;
  float: left;
  overflow: hidden;
  margin-right: 30px;
}

.newslist1 ul li b img {
  display: block;
  width: 300px;
  height: 168px;
  transition: all .36s ease;
}

.newslist1 ul li:hover b img {
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}

.newslist1 ul li i {
  display: block;
  font-size: 16px;
  color: #666;
  line-height: 16px;
  font-family: "Arial";
}

.newslist1 ul li p {
  font-size: 24px;
  color: #151527;
  line-height: 30px;
  margin-top: 12px;
  height: 60px;
  display: block;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all .36s ease;
}

.newslist1 ul li span {
  display: block;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  transition: all .36s ease;
  font-size: 14px;
  line-height: 20px;
  color: #666;
  margin-top: 10px;
}

.newslist1 ul li:hover p span {
  color: #00a27d;
  padding-left: 8px;
}

.newslist1 ul li:hover p {
  color: #04287e;
}

.newslist1 ul li:hover {
  transform: translateY(-3px);
  transition: all ease 0.36s;
}


/* 快捷导航 */
.index .floor_8_main {
  padding-bottom: 80px;
}

.index .floor_8 .index_title {
  padding-top: 50px;
}

.index .quick-box {
  margin-top: 60px;
}

.quick_nav {
  margin-bottom: 30px;
}

.quick_nav .tit {
  margin-right: 30px;
  float: left;
  display: block;
  width: 172px;
  height: 43px;
  line-height: 43px;
  text-align: center;
  color: #fff;
  background: #2a9c3e;
  border: 1px solid #2a9c3e;
  transition: all ease 0.36s;
}

.index .navlist {
  float: left;
}

.index .quick-box li {
  margin-right: 10px;
  float: left;
  padding: 0 20px 0 23px;
  display: block;
  height: 43px;
  line-height: 43px;
  border: 1px solid #ddd;
}

.index .quick-box li a {
  display: block;
  font-size: 18px;
  color: #666;
}

.index .quick-box li:hover {
  color: #fff;
  background: #2a9c3e;
  border: 1px solid #2a9c3e;
  transition: all ease 0.36s;
}

.index .quick-box li:hover a {
  color: #fff;
}

@media (max-width: 1280px) {
  .banner .opacity {
    width: 133%;
  }
}

@media (max-width: 1700px) {
  .header_main .nav_main .item {
    padding: 0 28px;
  }
}

@media (max-width: 1600px) {
  .header_main .nav_main .item {
    padding: 0 24px;
  }
}



/* 响应1200屏幕 */
@media (max-width: 1366px) {
  .header_main .webLogo {}

  .header_main .webLogo img {
    width: 240px;
  }

  .header_main .quick {
    margin-left: 2vw;
    margin-right: 1vw;
  }

  .header_main .nav_main .item {
    padding: 0 20px;
  }

  .header_main .nav_main .item a {
    font-size: 18px;
  }

  .header_main .tel_right {
    margin-right: 1vw;
  }

  .header_main .webLogo {
    margin-left: 1vw;
  }

  .index .solist li {
    height: 520px;
  }

  .index .solist li .box1 {
    height: 520px;
  }

  .index .solist li .box1 .sico {
    padding-top: 58px;
  }

  .index .solist li .box1 .sico img {
    top: 58px;
  }

  .header_main .nav .sub-box p a {
    height: 40px !important;
    font-size: 14px;
    line-height: 40px !important;
  }

  .header_main .nav .sub-box p a:hover {
    text-indent: 0;
  }

  .index .index_title .subtit {
    display: none;
  }

  .index .floor_2 .prolist li {
    width: 31.4%;
    height: 474px;
    margin-right: 30px;
  }

  .index .floor_2 .prolist li:hover {
    height: 474px;
  }

  .index .floor_2 .prolist li .txtBox {
    padding: 60px 20px 40px;
  }

  .index .advant {
    height: 418px;
  }

  .index .advant .hd {
    height: 418px;
  }

  .index .advant .bd {
    height: 418px;
  }

  .index .advant .bd li .txt {
    height: 418px;
  }

  .index .about .bd li .adesc {
    width: 450px;
  }

  .footerM .f_right .list li {
    margin-right: 4%;
  }

  .index .case_box {
    height: 452px;
  }

  .index .case_box .case_left li {
    height: 216px;
  }

  .index .case_box .case_left li .img {
    height: 216px;
  }

  .index .case_box .case_left li .txt .tit {
    line-height: 170px;
  }

  .index .case_box .case_right {
    height: 452px;
    margin-left: 22px;
  }

  .index .case_box .case_right li {
    height: 452px;
  }

  .index .case_box .case_right li .img {
    height: 452px;
  }

  .index .about_2 li.d1 {
    margin-right: 10%;
  }

  .index .about_2 li.d2 {
    margin-right: 6%;
  }

  .index .about_2 li.d3 {
    margin-right: 8%;
  }

  .index .newslist li .img {
    width: 372px;
  }

  .index .newslist li img {
    object-fit: contain;
  }

  .index .newslist li:first-child img {
    object-fit: fill;
  }

  .index .newslist li .txt .tit {
    font-size: 20px;
  }

  .index .newslist li:first-child .txt .tit {
    font-size: 26px;
  }

  .index .quick-box li {
    padding: 0 10px 0 10px;
  }


}

/*  */
@media (min-width: 1301px) and (max-width: 1365px) {
  .banner .opacity {
    width: 125%;
  }
}

/*响应1440 到 1680屏幕*/
@media (min-width: 1366px) and (max-width: 1680px) {
  .header_main .webLogo {}

  .header_main .quick {
    margin-left: 2vw;
    margin-right: 1vw;
  }

  .header_main .nav_main .item a {
    font-size: 18px;
  }

  .header_main .tel_right {
    margin-right: 1vw;
  }

  .header_main .webLogo {
    margin-left: 1vw;
  }

  .header_main .nav .sub-box p a {
    height: 35px !important;
    font-size: 14px;
    line-height: 35px !important;
  }

  .header_main .nav .sub-box p a:hover {
    text-indent: 0;
  }

  .banner .opacity {
    width: 116%;
  }
}

@media (max-width: 1300px) {

  .header {
    background: url(../images/j12_01.jpg) -276px 0px no-repeat;
  }

  .header_main .nav_main .item {
    padding: 0 16px;
  }

  .banner .opacity {
    width: 128%;
  }
}


/*rightFix*/
.rightFix {
  width: 48px;
  position: fixed;
  right: 10px;
  top: 50%;
  margin-top: -120px;
  z-index: 999;
}

.rightFix a {
  width: 48px;
  height: auto;
  background: #4772de;
  text-align: center;
  display: block;
  margin-bottom: 6px;
  position: relative;
  padding-top: 8px;
  border-radius: 50px;
  padding-bottom: 7px;
}

.rightFix a h3 {
  color: #fff;
  font-weight: 400;
  font-size: 12px;
  display: none;
}

.rightFix .ico {
  width: 32px;
  height: 32px;
  display: block;
  position: relative;
  overflow: hidden;
  transition: all ease 300ms;
  margin: 0 auto;
  margin-bottom: 1px;
  padding: 0px;
  background: url(../images/fix-ico.png) no-repeat 0 0;
}

.rightFix .img {
  width: 110px;
  height: auto;
  position: absolute;
  left: -10px;
  top: 0;
  padding: 6px;
  background: #0065b4;
  border: 1px solid #ddd;
  background: #fff;
  display: none;
  text-align: center;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all ease-in-out 0.2s;
  border-radius: 5px;
  color: #333;
  padding-bottom: 10px;
}

.rightFix .img p {
  padding-top: 5px;
}

.rightFix a:hover .img {
  opacity: 1;
  filter: alpha(opacity=100);
  left: -140px;
  display: block;
}

.rightFix .img img {
  width: 110px;
  height: 110px;
}

.rightFix a span {
  width: 210px;
  text-align: center;
  height: 48px;
  line-height: 48px;
  position: absolute;
  left: -78px;
  top: 0px;
  background: #e5322d;
  color: #fff;
  display: block;
  font-weight: bold;
  font-size: 18px;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all ease-in-out 0.2s;
  border-radius: 30px;
}

.rightFix a:hover {
  background-color: #0065b4;
  overflow: visible;
}

.rightFix a:hover h3 {
  color: #fff;
}

.rightFix a.fix-ewm:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
  left: -140px;
}

.rightFix a:hover span {
  opacity: 1;
  filter: alpha(opacity=100);
  left: -215px;
}

.rightFix .fix-tel:hover .ico {
  background-position: -32px 0;
}

.rightFix .fix-xcx .ico {
  background-position: 0 -32px;
}

.rightFix .fix-xcx:hover .ico {
  background-position: -32px -32px;
}

.rightFix .fix-ewm .ico {
  background-position: 0px -64px;
}

.rightFix .fix-ewm:hover .ico {
  background-position: -32px -64px;
}

.rightFix .mess .ico {
  background-position: 0 -96px;
}

.rightFix .mess:hover .ico {
  background-position: -32px -96px;
}

.rightFix .fix_top .ico {
  background-position: 0 -128px;
}

.rightFix .fix_top:hover .ico,
.rightFix .fix_top.hover .ico {
  background-position: -32px -128px;
}

.rightFix .fix-form {
  background-position: 10px -234px;
}

.rightFix .fix-form span {
  font-size: 14px;
  line-height: 23px;
  width: 180px;
}

.rightFix .fix-form:hover {
  background-position: -37px -234px;
}


/* 图片 */
@-webkit-keyframes gradient-rectangle {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    background: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, .6));
    background: -webkit-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, .6));
    background: -moz-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, .6));
    /*FireFox*/
    background: -o-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, .6));
    /* Opear */
    background: -ms-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, .6));
    opacity: 1;
  }

  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: top;
    transform-origin: top;
    background: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, .6));
    background: -webkit-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, .6));
    background: -moz-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, .6));
    /*FireFox*/
    background: -o-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, .6));
    /* Opear */
    background: -ms-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, .6));
    opacity: 0;
  }
}

/* Underline From Center1 */
.hvr-underline-from-center1 {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}

.hvr-underline-from-center1:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: -3px;
  background: #3aabec;
  height: 3px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-underline-from-center1:hover:before,
.hvr-underline-from-center1.hover:before,
.hvr-underline-from-center1:focus:before,
.hvr-underline-from-center1:active:before {
  left: 0;
  right: 0;
}

.hvr-underline-from-center1:hover,
.hvr-underline-from-center1.hover {
  *height: 43px;
  *border-bottom: 3px solid #0065b4;
  *line-height: 43px;
}

@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.02);
  }

  100% {
    -webkit-transform: scale(1);
  }
}

@keyframes scale {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.02);
  }

  100% {
    transform: scale(1);
  }
}